Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Prolog program to delete an element from a given list without using concatenateFeb 22
Shell script to perform operations like display, list, make directory and copy, ...May 12
DROP DATABASESep 26
DROP INDEXOct 30
DROP PROCEDUREAug 26
DROP TABLEOct 15
DROP TRIGGERApr 17
DROP VIEWNov 29
Prolog program to define the relation last(item,list) so that item is the last e...Feb 22
Write a function to perform string operation i.e. split, join, length, substring...Aug 21
Program that read first, middle, and last initials of a person's name and displ...Dec 24
Program that defines a relation split(L,P,N) where list is divided into positive...Feb 22
Prolog program to concatenate two lists, an element is a member of a given list ...Feb 22
To check largest among two numbers without using if statement Nov 28
color program without using graphicsApr 22
Program to illustrate classes without using inline functionsJun 05
Program to add two integers without using "+" operatorApr 10
Program to illustrate unary operator (increment operator) overloading without re...Feb 05
Program to illustrate unary operator(decrement operator) overloading without ret...Aug 02
Program to illustrate the binary operator(+) overloading without creating a new ...Oct 22
Program to illustrate the binary operator( ) overloading without creating an obj...Jun 30
Program to illustrate the binary operator(*) overloading without creating a new ...Dec 12
Program to convert an Infix Expression into a Postfix / Suffix Expression withou...Sep 13
Program to copy the contents of one array to another Without Shared MemoryDec 21
Program to find the length of a string taken from user (without using strlen)Sep 02
Program to copy the contents of one array to another without shared memoryJun 11
Program to find the length of a string taken from user without using strlen...Nov 10
Program to concatenate of two strings without using strcat functionSep 11
Program to copy one string s2 to another string s1 without using strcopy...Sep 30
PROGRAM TO EXCHANGE THE CONTENT OF AL AND AH REGISTERS WITHOUT USING XCHG...Jul 06
PROGRAM TO COPY ONE STRING INTO ANOTHER STRING WITH AND WITHOUT USING "MOVSB" IN...Mar 13
PROGRAM TO COMPARE TWO STRINGS WITH AND WITHOUT USING "CMPSB" INSTRUCTION USING...Dec 02
Program that accepts a shopping list of items from the command line and stores t...Dec 31
Doubly circular link list or Circular doubly link list Oct 21
Prolog program to merge two ordered list generating an ordered listFeb 22
Prolog program to check whether a list is an ordered list or notFeb 22
Prolog program to concatenate two lists giving third listFeb 21
Perform directory operations like display current , list, Make, Change directory...Jul 13
Prolog program of predicate ordered (List) which is true if List is an ordered l...Feb 21
Prolog program to define two predicates evenlength(List) and oddlength(List) so ...Feb 22
PROLOG PROGRAM TO SPLIT A LIST IN TWO LISTS SUCH THAT ONE LIST CONTAINS NEGATIVE...Feb 22
Program that list of letters should be an alphabetical list of upper case letter...Nov 16
Program that performs binary searchAug 23
Program that performs selection search Oct 19
Program to perform heap sortJul 31
Program to perform insertion sortAug 21
Program to perform linear sortOct 17
Program to perform merge sortJun 06
Program to perform merge sortSep 27
Program to perform quick sortDec 04